Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update gps, rtc, and csv handling #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ZeroChaos-
Copy link
Contributor

@ZeroChaos- ZeroChaos- commented Nov 15, 2024

Use the gps to set the rtc
use the rtc to track when we saw something in case the gps isn't
available
update gps more often especially when we need it
update wigle csv from 1.4 to 1.6
limit sd card hits to once per second
pass way fewer values to logToCSV
Automatically create new filenames instead of overwriting

Use the gps to set the rtc
use the rtc to track when we saw something in case the gps isn't
available
currently not tracking devices before we ever have a valid time
update gps more often especially when we need it
update wigle csv from 1.4 to 1.6
limit sd card hits to once per second
pass way fewer values to logToCSV
Automatically create new filenames instead of overwriting
because the rtc is...an rtc, we can read from it without setting it
first.  it might be a little off, or completely wrong if it's never been
set, but usually it's somewhat realistic.

also remove a debug line
@ZeroChaos-
Copy link
Contributor Author

This represents the last of my planned functional changes. Please accept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant